;Moreclothing settings file
;
;Questions should be directed to my loader imports thread so anything that is unclear can be fixed for better documentation: http://www.sdtmods.com/index.php?topic=2888.0
;
;This is a comment line, indicated by the semicolon at the beginning
;You can now also use ';blockcomment' and ';endblockcomment' to specify mods to be commented out between these special comment lines
;
;Clothing entry mod format     -->    [name_of_file]=[name_to_display]:[modtype_piece_to_add]:[another_modtype_piece_to_add]
;If no modtypes are given, all possible pieces are added. 		example to add all pieces in the file 'Fusion.swf'    				-->						Fusion.swf=Fusion
;You can choose specific modtypes to be added to the menus, 	exmple on how to add the tops and bottom of 'Fusion.swf'			-->						Fusion.swf=Fusion:CostumeTop:CostumeBottoms
;To mount a modtype on a different modtype menu, use the '>' symbol. example to put the bottoms of the fusion costume on the tops menu~   		-->			Fusion.swf=Fusion:CostumeBottoms>CostumeTop
;Multiple pieces can be put in the same menu to package them together. Example to put the footwear, top, and bottoms of the fusion mod on the top menu  -->	Fusion.swf=Fusion:CostumeTop:CostumeBottoms>CostumeTop:CostumeFootwear>CostumeTop
;Any picture file is assumed to be a hair, so to add a background the modtype 'Background' must be specified. example~   		--->						ffbg.png=ff:Background
;You can remove pieces of a modtype by the '-' symbol. Example to remove the chest piece on the Mermail Tail.swf Body mod		--->						Mermaid Tail.swf=Mermaid Tail:Body-chest
;Mods with the same menu name on the same menu will be placed together (not supported for legwear menu)
;
;tips on adding new mods, if looking to add specific parts of a mod, and you do not know the modtype, you can use stuntcocks tool to see them beforehand: https://www.undertow.club/downloads/show-mod-info.1655/
;you can also add them all with the simple notation like 'Fusion.swf=Fusion' and turn on the setting +savemodoutputfileafterloading=1 . this will give you a file that tell you every modtype moreclothing came across for all of its files loaded.
;					
;				Modtypes Supported			Mod pieces that can be removed
;       |-------------------------------|------------------------------------------------------------------------
;       |       CostumeCollar			|
;       |       CostumeGag				|
;       |       CostumeEyewear			|
;       |       CostumeHeadwear 		|	front, back
;		|								|
;       |       HairCostume				|
;       |       StaticHair				|
;       |       DynamicHair				|
;		|								|
;       |       CostumeOverTop			|	rightBreast, chest, back, strap, leftBreast, under, rightArm, leftArm
;       |       CostumeTop				|	rightBreast, chest, back, strap, leftBreast, under, rightArm, leftArm
;       |       CostumeBra 				|	rightBreast, back, under, chest, leftBreast
;       |       CostumeArmwear 			|	leftglove, rightglove, rightlowerarmwear, leftlowerarmwear, righthandglove, lefthandglove, rightupperarmwear, leftupperarmwear, handoverglove
;       |       CostumeCuffs			|	leftcuff, behindback, rightcuff
;		|								|
;       |       CostumeBottoms			|	rightThighMasked, rightThigh, rightCalf, chest, back, leftThigh, leftCalf, backside,
;       |       CostumePanties			|	rightThigh, leftThigh, back, chest, backside
;       |       CostumeLegwear			|	rightThigh, rightCalf, leftThigh, leftCalf, backside, back, chest, backOver, chestOver
;       |       CostumeLegwearB			|	rightThighB, rightCalfB, leftThighB, leftCalfB, backsideB, backB, chestB, backOverB, chestOverB
;       |       CostumeFootwear 		|	rightFoot, leftFoot
;       |       CostumeAnkleCuffs		|	leftanklecuff, rightanklecuff
;		|								|	
;       |       CostumeTonguePiercing 	|	front, back
;       |       CostumeNipplePiercing 	|	right, left
;       |       CostumeBellyPiercing	|
;       |       CostumeEarPiercing		|
;		|								|	
;       |       Body					|	behindBackHands, back, chestUnder, leftShoulder, rightThigh, rightCalf, leftThigh, leftCalf, backside, rightUpperArm, rightForearm, rightHand, leftUpperArm, leftForearm, leftHand, chest, leftBreast, leftNipple, rightBreast, rightNipple
;       |-------------------------------|-----------------------------------------------------------------------
;
;			Additional options: place at end of an entry:
;				+reghue 		to register for loader hue shifting
;				+nipple 		option for bras to show the nipple
;				+allowoverwrite adds an exception to let the mod use overwrite when preventnonbodyoverwrite=1
;				+regskintones	registers the mod to perform skin tone changes using the 4 kinds of skins. light, pale, tan, dark. essentially makes the mod change to frame 0,1,2, or 3. i don't expect a lot of mods to need this. mods expectin to use this must have their frames labeled 'light','pale,'tan','dark'
;				+makebutton		creates a button on the main screen to use that clothing. If registered under a body menu, the button will toggle that item. left part of button will clear that entry.
;
;			Additional options, mod conversions. These options will change the modtypes (not just the menu) of the mod loaded.
;				+converttoptoovertop			converts CostumeTop to CostumeOverTop modtype for layering and menu placement
;				+convertovertoptotop			converts CostumeOverTop to CostumeTop modtype for layering and menu placement
;				+convertbottomstolegwear		converts CostumeBottoms to CostumeLegwear modtype for layering and menu placement, probably won't look right for chest, back, backside pieces
;				+convertlegweartobottoms		converts CostumeLegwear to CostumeBottoms modtype for layering and menu placement, probably won't look right for chest, back, backside pieces
;				+convertbottomstolegbwear		converts CostumeBottoms to CostumeLegwearB modtype for layering and menu placement, probably won't look right for chest, back, backside pieces
;				+convertlegweartolegbwear		converts CostumeLegwear to CostumeLegwearB modtype for layering and menu placement
;				+convertlegbweartolegwear		converts CostumeLegwearB to CostumeLegwear modtype for layering and menu placement
;				+converttoptobra				//todo, needs translation and rotation, probably other issues too
;				+convertbratotop				//todo, needs translation and rotation, probably other issues too
;				+convertbottomstopanties		converts CostumeBottoms to CostumePanties modtype for layering and menu placement, masking is different so back piece might be cut off near thigh
;				+convertbottomstofootwear		converts CostumeBottoms to CostumeFootwear modtype for layering and menu placement
;				+convertbodytofootwear			converts Body to CostumeFootwear modtype for layering and menu placement (extra mod pieces ignored)
;				+convertbodytobottoms			converts Body to CostumeBottoms modtype for layering and menu placement (extra mod pieces ignored)
;				+convertbodytoarmwear			converts Body to CostumeArmwear modtype for layering and menu placement (extra mod pieces ignored)
;				+convertbodytocuffs				converts Body to CostumeCuffs modtype for layering and menu placement (extra mod pieces ignored, needed some translation/rotation, not perfectly done but very close)
;				+convertbottomstotop			converts CostumeBottoms to CostumeTop modtype for layering and menu placement (lots of extra mod pieces ignored, this is not very useful)
;				+convertfootweartoanklecuffs	converts CostumeFootwear to CostumeAnkleCuffs modtype for layering and menu placement
;				+convertbottomstoanklecuffs		converts CostumeBottoms to CostumeAnkleCuffs modtype for layering and menu placement
;
;####################################################################################################

; ------ Moreclothing Mod Settings ----------

+addclothingmenupopout=1				; clicking the text of a clothing menu will open up a popup menu with all the clothing selectable  
+closeclothingmenuonselect=0			; for the extra clothing list popout, enabling this will make it so that menu closes after an item is selected

+extractvanillapiecesenabled=0			; enables the original feature of the mod. vanilla mods loaded after moreclothing are placed on menus
+registerforhueshift=0					; extracted mods from previous setting are also registered on loaders hue shift menu

+savebodymodscharstring=1				; 'generate' code on modding menu includes entries for body mods
+preventoverlaymods_pre=1				; will ignore settings entries that already have a the same name registered (on any menu) from a previous settings file. Added to better support multiple character moreclothingsetting files inclusion without duplicate loading
+preventoverlayingmods=0				; after loading a mod (from the settings file) into the game, it will not be added to moreclothing if the name is already registered on its specific menu. applies to subsequent mods in the same settings file. enabling this will prevent being able to stack things from various mods onto the same entry (if you do such a thing).
+displayignoredduplicateentry=0			; displays when preventoverlaymods_pre is triggered to ignore a mod entry
+displaythrownoutduplicateentry=1		; displays when preventoverlayingmods is triggered to throw out a mod loaded
+enablebodynonecharcodefeature=1		; mostly for DA charcode stuff, having DA do a charcode of moreclothingbody:none should clear body mods. example:intro:"this is a dialog actions load charcode example to clear body mods [LOAD_CHARCODE2]" {"set":{"da.charcode.load":"moreclothingbody:none"}}

+fasthideloading=1						; hides stuff on screen so things load faster
+fasterbutlesscoolhideloading=0			; hides even more than fast hide loading, but less entertaining
+usesimpleloadingalg=1					; assumes all mod pieces to a mod are loaded in the same file
+loaddefaultcodeaftereachmod=0			; will reset the girl after each mod is loaded. tends to slow down loading
+loadthroughtitle=1						; moreclothing will load even if sdt's intro title is up
+allowoverwritingbody=1					; allow body mods that use the overwrite feature
+preventnonbodyoverwrite=1				; stops the overwrite feature option mods can have for non body mods (which are handled special), prevents mod loaded from deleting past mods

+shufflehair=1							; enables extra hairs to be included in shuffle
+shufflebg=1							; enables extra backgrounds to be included in shuffle
+shufflebody=0							; enables things on the body menu to be shuffled (i think i only have 1 item be randomly chosen)
+shufflebody2=0							; enables things on the body menu to be shuffled (i think i only have 1 item be randomly chosen)
+shufflebody3=1							; enables things on the body menu to be shuffled (i think i only have 1 item be randomly chosen)
+shuffleovertops=0						; enables shuffling the overtops menu

+manageheadwearlanding=1				; enables moreclothing to adjust the landing point of headwears
+use0forstatichairheadwearlanding=1		; moreclothing will assume default of 0 for static hairs (they tend not to land well)
+use0forallhairheadwearlanding=0		; moreclothing will set the same 0 hieght for the headwear landing point for all hairs

+errorwaitingtime=20					; frames before giving up on waiting for a mod to load
+displayloadcounterror=1				; will show error counts
+displayavailableonerror=1				; will show mod pieces available that were loaded for a settings entry, if there was an error
+displayallmodtypesonmod=0				; will show all modtypes from a mod loaded from settings
+cancelmodwitherrorcheckfail=1			; if some weird syntax in the settings file, will cancel that entry instead of attempting to load it
+displaypoptotoperrors=1				; will show messages of errors trying to do poptotop or poptobottom setting
+savemodoutputfileafterloading=0		; after moreclothing is loaded, will ask the user where to save a text file with all of the modtypes available for every mod loaded in moreclothing. useful if adding a bunch of stuff to moreclothing. just use the simple notation of not specifying modtypes like 'mymod.swf=ingamename'

+buttonsx=10;							; buttons using the makebutton option will be placed at this screen location, the x coordinate
+buttonsy=30;							; buttons using the makebutton option will be placed at this screen location, the y coordinate
+buttonswidth=80;						; buttons using the makebutton option will be this wide
+buttonsheight=20;						; buttons using the makebutton option will be this tall



; ------ Moreclothing Character Folder Settings ----------

+charcodeafterload=
;	charcodeafterload will load this charcode after moreclothing has finished loading. paste your charcode at the end of the equals sign

+poptotop=Crop Longsleeve,Double Hole Belt,Leather Jacket,Over Shirt,NippleClothespin,Female Help,Tentacle Monster
;	poptotop is used to move mods to the top of their modtype layer. specify the name it is registered as and the menu it is on. example  ---> 	+poptotop=Studded Belt2:Body,Waistcoat:Body
;	poptotop also supports omitting the menu to look for the name in all menus.  example    --->    +poptotop=Studded Belt2,Waistcoat

+poptobottom=Angel Wings,Strap-on Belt,Harness1,Body Freckles,Nipple Pasties,Nipple Tape
;	poptobottom works the same way as poptotop, but puts them to the back instead of the front


;####################################################################################################

; ------ Debug testing entries, ignore these ------
;test/cheergirl2.swf=cheer:HairCostume>Body2
;test/Frozen_-_Anna_-_Winter_Dynamic_Hair.swf=anna
;test/sdt-veil-Headwear-BirdcageUp-DynamicVeil.swf=veil
;test/Tight_crop_tank.swf=CostumeTop
;test/Leash/LeashFrontDangleLong.mod=Leash FDL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashFrontDangleShort.mod=Leash FDS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashFrontLeftLong.mod=Leash FLL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashFrontLeftShort.mod=Leash FLS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearDangleLong.mod=Leash RDL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearDangleShort.mod=Leash RDS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearLeftLong.mod=Leash RLL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearLeftShort.mod=Leash RLS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearRightShort.mod=Leash RRS:DynamicHair>Body2+allowoverwrite
;test/SRVest.swf=srv:CostumeOverTop>Body:CostumeArmwear>Body:CostumeTop>Body:CostumeCollar>Body 
;test/Evangelion School Uniform Top.swf=evan
;test/MultiHood.swf=multihood:DynamicHair:StaticHair:HairCostume:CostumeCollar>DynamicHair:CostumeGag
;test/Better Feet.swf=feet:Body
;test/better-feet_edit.swf=feet edit:Body
;test/better-feet_edit - Copy (2).swf=feetedit2_nocode:Body+regskintones
;test/mediumassandlegs---mask.swf=biggerthigh_nocode:Body+regskintones
;Latex Outfit - Short Sleeve_edit3.swf=Latex:Body>CostumeBottoms:CostumeBottoms
;Shibari-MoreClothing.swf=Shibari_Over:CostumeOverTop>Body
;Mermaid Tail.swf=Mermaid Tail:Body-chest>Body2
;test/SDTMods_sbyTemplate3_1ov.swf=body overwrite
;test/SDTMods_sbyTemplate3_1.swf=body not over
;Tentacle_Monster.swf=Tentacle Monster:CostumeCollar>Body:Body+reghue+makebutton
;test/SpandexBottom.swf=spandex
;test/SpandexBottomB.swf=spandex
;test/testcombo/Lamb_Mask.swf=test combo
;test/testcombo/Antlers.swf=test combo
;test/Upper Piercings - earring2.swf=Upper Piercings
;WaistHighYogaPants.swf=HighYogaPants:CostumeBottoms-chest-back-backside+convertbottomstolegwear
;test/brokenpathRiza_loadermod.swf=Riza
;test/Riza_loadermod.swf=Riza
;test/SpandexBottom.swf=spandex
;test/Brit.swf=Brit:HairCostume>CostumeHeadwear
;test/Riza_Haweye_vanilla.swf=RizaVanilla+convertbottomstofootwear
;test/Riza_Haweye_vanilla.swf=RizaVanilla:CostumeBottoms>Body+convertbottomstofootwear
;test/Braless Harness2RGB5.swf=Harness2:CostumeTop
;test/Harness - top.swf=Harness1:CostumeTop>Body3
;test/LoaderAndVanillaCodeModExample.swf=testhair
;test/BlueFire costume.swf=Sphere cuffs:Body+convertbodytocuffs
;test/Skyla costume.swf=Sphere cuffs:Body+convertbodytocuffs
;test/Panty_regular.swf=Sphere cuffs:Body+convertbodytocuffs
;test/railwars_haruka_outfit.swf=Sphere cuffs:Body+convertbodytocuffs



; ------ Previously included mods, uncomment if you would like them back ------
;ew_Siesta00.swf=Eye Patch:CostumeEyewear
;hairs/Cammy.png=Cammy
;hairs/Korra2.png=Korra
;Tops - Pushed Up Top - RGB 1 Color.swf=Pushed Up Tee:CostumeTop
;Jungle Oversleeves.swf=Jungle Oversleeves:CostumeArmwear
;OL_grayskirt.swf=Small Skirt Belt:CostumeBottoms
;yogapantsv2hue.swf=Yoga Pants v2:CostumeBottoms
;Bottoms - Pleated Skirt V1 RGB Matching Waistband 2c.swf=Pleated Skirt:CostumeBottoms
;hairs/Winry.swf=Winry
;Shibari.swf=Shibari:CostumeTop
;test/Shibari - edited.swf=shi:CostumeOverTop>Body
;Tank Top Pulled Up.swf=Pushed Up Tank:CostumeTop
;VinylShirt.swf=Pushed Up Shirt:CostumeTop
;Bottoms - Leggings - RGB 2 Color.swf=Leggings:CostumeBottoms
;Striped Panties.swf=Striped Panties:CostumePanties
;OL_vest.swf=Vest:CostumeTop
;hr_hat_jessica.swf=Jessica Hat:HairCostume>CostumeHeadwear
;hr_bunnyears_bulma.swf=bulma bunny ears:HairCostume>CostumeHeadwear
;denim_shorts.swf=Denim Shorts:CostumeBottoms
;Zaps_Fusion_Earrings.swf=Zap Fusion:CostumeEarPiercing
;taxi.swf=taxi:HairCostume>CostumeHeadwear
;~Accessories - Color Studded Belt - RGB 2 Color Main Fill and Studs.swf=Studded Belt2:CostumeTop>Body3
;RGB Arm Ribbons.swf=Arm Ribbons:CostumeArmwear
;Overtops/Anorak no Sleeves.swf=Anorak sleeveless:CostumeOverTop:CostumeCollar>CostumeOverTop
;Overtops/~Denim Waistcoat.swf=Denim Waistcoat:CostumeOverTop:CostumeCollar>CostumeOverTop
;SB2BRGB Dress.swf=Long Dress:CostumeTop
;Silk_Robe.swf=Silk Robe:CostumeTop
;Bottoms - Cropped Jeans Ripped - RGB [1 Color].swf=Cropped Jeans Ripped:CostumeBottoms
;Bottoms - Pleated Skirt Plain - RGB [2 Color Main Fill and Waistband].swf=Pleated Skirt Plain:CostumeBottoms
;Fishnets by Patrick.swf=l fishnets:CostumeLegwear
;Fishnets by PatrickB.swf=l fishnets:CostumeLegwearB
;ew_Eleonore.swf=Triangle Glasses:CostumeEyewear
;shinguards.swf=Shin Guards:CostumeAnkleCuffs
;HardBod.swf=Hard Bod:Body>Body2
;backgrounds/test.jpg=Testroom:Background
;hairs/Lara_Croft_hair_dynamic.swf=Lara Croft:DynamicHair:StaticHair
;hairs/yuna.png=Yuna
;hairs/Cammy_-_Dynamic_Hair.swf=Cammy Dynamic
;Fishnet LTedit_Patrick.swf=lt fishnets:CostumeLegwear:CostumeLegwearB
;Legwear - RGB Torn StockingsB.swf=Torn Stockings:CostumeLegwearB
;Open Skirt.swf=Open Skirt:CostumeBottoms
;OfficeOpenShortSkirt.swf=Short Skirt:CostumeBottoms
;OL_navyskirt.swf=Medium Skirt:CostumeBottoms
;OL_blackskirt.swf=Dress Skirt:CostumeBottoms
;hr_crown_henrietta.swf=Henrietta Crown:CostumeHeadwear
;nurse1.swf=Nurse Hat:CostumeHeadwear
;Apron.swf=Apron:CostumeTop:CostumeBottoms
;Legwear - RGB Torn Stockings.swf=Torn Stockings:CostumeLegwear
;Legwear - RGB Torn Stockings.swf=Torn Stockings:CostumeLegwear+convertlegweartolegbwear
;Bell Collar.swf=Bell Collar:CostumeCollar
;hairs/Juliet [byRajasGrime].png=Juliet
;hr_hat_maid.swf=Maid Hat:CostumeHeadwear
;Rachelearring.swf=Diamond:CostumeEarPiercing
;Frilly Collar.swf=Frilly:CostumeCollar
;Vanilla_Wings.swf=Angel Wings:CostumeTop>Body
;Airy Legwear A.swf=Airy Legwear:CostumeLegwear
;Airy Legwear B.swf=Airy Legwear:CostumeLegwearB
;Sporty Panties B.swf=Sporty Panties B:CostumePanties
;Nipple Gem Piercings.swf=Nipple Gems:CostumeNipplePiercing
;Tight_Dress.swf=TightDress:CostumeTop:CostumeBottoms+convertbottomstopanties
;backgrounds/ffbg.jpg=FF Beach:Background
;backgrounds/MLP dungeon.png=MLP Dungeon:Background
;Cleavage_Shirt.swf=Cleavage Shirt:CostumeTop
;backgrounds/wii.swf=Wii Fit:Background
;ew_Longueville.swf=Tiny Glasses:CostumeEyewear
;hairs/Saber.swf=Saber:DynamicHair:StaticHair
;Better Striped Panties.swf=Striped Panties:CostumePanties
;Heavy Tits(original body).swf=heavy tits:Body>Body2
;Nice Tits (tits only).swf=Nice tits:Body>Body2
;Teegra Tits (Original Body).swf=Teegra tits:Body>Body2
;Tight Tits.swf=Tight tits:Body>Body2
;Vanilla_Breast_Apples.swf=Apple breasts:Body>Body2
;Vanilla_Breast_Perfect.swf=Perfect breasts:Body>Body2
;Vanilla_Breast_Small.swf=Small breasts:Body>Body2


;####################################################################################################


;;blockcomment

; ------ Backgrounds ------
backgrounds/basicBeach.png=Beach:Background
backgrounds/basicRoomPink.png=Pink Bedroom:Background
backgrounds/Gamer office.png=Gamer Office:Background
backgrounds/Recording Room.png=Recording Room #1:Background
backgrounds/Recording Room2.png=Recording Room #2:Background
backgrounds/Gym.png=Gym #1:Background
backgrounds/Bondage Dungeon.png=Bondage Dungeon:Background
backgrounds/SAO_Dicey Cafe.png=Dicey Café (SAO):Background
backgrounds/Frank's Trailer ((LiS) outside).png=Frank’s Trailer (Life is Strange):Background
backgrounds/Dentist's Office.png=Dentist’s Office:Background
backgrounds/Mechanic Shop.png=Mechanic Shop:Background
backgrounds/Church.png=Church:Background
backgrounds/Carnival Background.png=Carnival:Background
backgrounds/Baseball Stadium.png=Baseball Stadium:Background 
backgrounds/Louvre Background.png=The Louvre:Background
backgrounds/Overwatch Background (Paris).png=Paris (Overwatch):Background
backgrounds/BG_Star WarsTFA.png=Star Wars (Jakku):Background
backgrounds/Hotel Transylvania 2 Lobby.png=Hotel Transylvania Lobby:Background
backgrounds/Avengers background.png=SHIELD Helicarrier Storeroom:Background
backgrounds/Max's Bedroom.png=Max’s Dorm:Background
backgrounds/Hummer_Limo Interior Background.png=Limo Interior:Background
backgrounds/Sauna Background.png=Sauna:Background
backgrounds/Gym-Juice Bar Background.png=Gym Juice Bar:Background
backgrounds/Basement Background.png=Basement:Background 
backgrounds/Oval Office Background.png=Oval Office:Background 
backgrounds/Boxing Ring Background.png=Boxing Ring:Background 
backgrounds/Cafe.png=Café:Background
backgrounds/Crowded bus background.png=Crowded Bus:Background
backgrounds/Gym Background 2.png=Gym #2:Background
backgrounds/Modern Kitchen.png=Modern Kitchen:Background 
backgrounds/Modern Law Office Background2.png=Lawyer Office:Background 
backgrounds/School Cafeteria.png=School Cafeteria:Background
backgrounds/Interrogation Room Background.png=Interrogation Room:Background

; ------ Hairs ------

; ------ Bra mods ------

; ------ Headwear ------

; ------ Earrings ------

; ------ Collars ------

; ------ Gags ------

; ------ Eyewear ------

; ------ Footwear ------

; ------ Armwear ------

; ------ Tops ------

; ------ OverTops ------

; ------ Body 3 ------

; ------ Body ------

; ------ Body 2 ------

; ------ Legwear ------

; ------ Bottoms ------

; ------ Panties ------

; ------ Ankle Cuffs ------

; ------ Cuffs ------

; ------ Nipple Piercings ------

